home *** CD-ROM | disk | FTP | other *** search
/ PC Format 2 (5.25") / PC Format - Issue 2 November 1991 - Disk 2.ima / PCF.BAT < prev    next >
DOS Batch File  |  2017-10-11  |  419b  |  41 lines

  1. echo off
  2. cls
  3.  
  4. :start
  5. nocurs
  6. disp pcfiss2 1
  7. getkey abcf
  8.  
  9. if errorlevel 4 goto quit
  10. if errorlevel 3 goto silent
  11. if errorlevel 2 goto pcboss 
  12. if errorlevel 1 goto cadvr
  13.  
  14. :cadvr
  15. cls
  16. cd \cadaver
  17. cadaver
  18. cd\
  19. cls
  20. goto start
  21.  
  22. :pcboss
  23. cls
  24. cd \boss
  25. pcboss
  26. cd\
  27. goto start
  28.  
  29. :silent
  30. cls
  31. cd \silence
  32. silence
  33. cd\
  34. pause
  35. goto start
  36.  
  37. :quit
  38. cls
  39. echo thankyou for using the PCF Cover Disk.
  40. cd\
  41. pause